home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / dcom / modems-part1 / 647 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.1 KB

  1. Path: shellx.best.com!usenet
  2. From: Rigor@clever.net (Matt Fox)
  3. Newsgroups: comp.dcom.modems
  4. Subject: Re: Latest USR DS Courier v.34+ ROM???
  5. Date: 7 Jan 1996 07:39:18 GMT
  6. Organization: Best Internet Communications
  7. Message-ID: <4cntb6$pcm@shellx.best.com>
  8. References: <4cj6ie$9qb@noc2.drexel.edu> <1073.6578T1079T1764@crl.com> <DKsAn7.2n6@mccc.edu>
  9. NNTP-Posting-Host: belvdere.vip.best.com
  10. X-Newsreader: WinVN 0.99.5
  11.  
  12. >Once I have this file, how do I write it to the Flash ROM???
  13. >
  14. >Thanks,
  15. >Pete
  16. >
  17.  
  18. you run usrsdl.exe and it self extracts.
  19.  
  20. to run the flash you type:
  21.  
  22.  sdl [/c=n] [/i=n] [/a=n] [/b=n] [/?]
  23.       /c=n : Com Port where n = 1,2,3,4
  24.       /i=n : IRQ Number where n = 2,3,4,5,7
  25.       /a=n : Port Base Addr where n = Hex Address of Port
  26.       /b=n : Bit Rate Where n = 9600,19200,38400,57600,115200
  27.       /q   : Quiet switch for use with batch files
  28.       /?   : This message
  29.  
  30. EXAMPLES   : The command to set SDL to com port 1 with a bit rate of 19200 :
  31.                   sdl /c=1 /b=19200 <cr>
  32.  
  33.              The command to set a custom port at com port 3 address but an
  34.              IRQ at 2 :
  35.                   sdl /c=3 /i=2 <cr>
  36.  
  37. hope this helps.
  38.  
  39.